🌎 rns.kin.earth git 🌍
Commit 68f95cd80b811335df4b2dff2a017a68a5c7793e
Parents : 42935c8
Author : Aaron Heise <5148966+acehoss@users.noreply.github.com>
Signature : Signature validation error
Date : 2023-02-27T21:30:13-06:00
Tidy up PR
Changes
Diff
diff --git a/tests/link.py b/tests/link.py
index 021eed03..3f36e700 100644
--- a/tests/link.py
+++ b/tests/link.py
@@ -49,11 +49,6 @@ def close_rns():
global c_rns
if c_rns != None:
c_rns.m_proc.kill()
- # stdout, stderr = c_rns.m_proc.communicate()
- # if stdout:
- # print(stdout.decode("utf-8"))
- # if stderr:
- # print(stderr.decode("utf-8"))
class TestLink(unittest.TestCase):
def setUp(self):
Served by rngit 1.5.2 - Generated in 0.03s